home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmigaPlus / Tools / Development / envCPP31 / c++ / quickinfo / stdlibs.words < prev   
Encoding:
Text File  |  2002-01-01  |  6.5 KB  |  150 lines

  1. abs( int r = abs(int n)
  2. access( int r = access(const char *filename, int mode)
  3. acos( double a = acos(double b)
  4. asctime( char *str = asctime(const struct tm *ts)
  5. asin( double a = asin(double b)
  6. atan( double a = atan(double b)
  7. atexit( int error = atexit(void (*funcptr)(void))
  8. atof( double d = atof(const char *str)
  9. atoi( int x = atoi(const char *str)
  10. atol( long y = atol(const char *str)
  11. bcmp( int r = bcmp(void *s1, void *s2, size_t bytes)
  12. bcopy( void *ptr = bcopy(void *s, void *d, size_t bytes)
  13. bzero( void *ptr = bzero(void *buf, size_t n)
  14. calloc( void *ptr = calloc(size_t objsize, size_t numobjs)
  15. chdir( int r = chdir(const char *path)
  16. clearerr( void clearerr(FILE *fp)
  17. clock( clock_t clk = clock(void)
  18. closedir( void closedir(DIR *dirhan)
  19. clrmem( void *ptr = clrmem(void *buf, size_t n)
  20. cmpmem( int r = cmpmem(void *s1, void *s2, size_t bytes)
  21. cos( double a = cos(double b)
  22. ctime( char *str = ctime(time_t *t)
  23. exit( void exit(int error)
  24. exp( double a = exp(double b)
  25. fabs( double a = fabs(double b)
  26. facos( float  c = facos(float d)
  27. fasin( float  c = fasin(float d)
  28. fatan( float  c = fatan(float d)
  29. fclose( int error = fclose(FILE *fp)
  30. fcos( float  c = fcos(float d)
  31. fdopen( FILE *fp = fdopen(ind fd, char *modes)
  32. feof( int result = feof(FILE *fp)
  33. ferror( int result = ferror(FILE fp)
  34. fexp( float  c = fexp(float d)
  35. ffabs( float  c = ffabs(float d)
  36. fflush( int error = fflush(FILE *fp)
  37. fgetc( int c = fgetc(FILE *fp)
  38. fgetpos( int error = fgetpos(FILE *fp, fpos_t *pos)
  39. fgets( char *ptr = fgets(char *buf, int maxlen, FILE *fp)
  40. fileno( int fd = fileno(FILE *fp)
  41. flog( float  c = flog(float d)
  42. flog( float  c = flog(float d, float dp)
  43. flog10( float  c = flog10(float d)
  44. fopen( FILE *fp = fopen(char *filename, char *modes)
  45. fprintf( int n = fprintf(FILE *fp, char *fmt, ...)
  46. fputc( int c = fputc(int c, FILE *fp)
  47. fputs( int error = fputs(const char *s, FILE *fp)
  48. fread( size_t robjs = fread(void *buf, size_t objsize, size_t nobjs, FILE *fp)
  49. free( void free(void *ptr)
  50. freopen( FILE *fp = freopen(char *filename, char *modes, FILE *ofp)
  51. fscanf( int n = fscanf(FILE *fp, const char *ctl, ...)
  52. fseek( int error = fseek(FILE *fp, long offset, int how)
  53. fsetpos( int error = fsetpos(FILE *fp, fpos_t *pos)
  54. fsin( float  c = fsin(float d)
  55. fsqrt( float  c = fsqrt(float d)
  56. fstat( int error = fstat(int fd, struct stat *stat_buf)
  57. ftan( float  c = ftan(float d)
  58. ftell( long pos = ftell(FILE *fp)
  59. fwrite( size_t robjs = fwrite(const void *buf, size_z objsize, size_t nobjs, FILE *fp)
  60. getc( int c = getc(FILE *fp)
  61. getchar( int c = getchar(void)
  62. getcwd( char *path = getcwd(char *buf, int max)
  63. getenv( char *var = getenv(const char *name)
  64. gets( char *ptr = gets(char *buf)
  65. isalnum( int r = isalnum(int c)
  66. isalpha( int r = isalpha(int c)
  67. iscntrl( int r = iscntrl(int c)
  68. isdigit( int r = isdigit(int c)
  69. isgraph( int r = isgraph(int c)
  70. islower( int r = islower(int c)
  71. isprint( int r = isprint(int c)
  72. isupper( int r = isupper(int c)
  73. isxdigit( int r = isxdigit(int c)
  74. labs( long r = labs(long n)
  75. localtime( struct tm *tp = localtime(time_t *t)
  76. log( double a = log(double b)
  77. log10( double a = log10(double b)
  78. longjmp( void longjmp(jmp_buf enviro, int rval)
  79. malloc( void *ptr = malloc(size_t bytes)
  80. memcmp( int r = memcmp(void *s1, void *s2, size_t bytes)
  81. memcpy( void *ptr = memcpy(void *d, void *s, size_t bytes)
  82. memmove( void *ptr = memmove(void *d, void *s, size_t bytes)
  83. memset( void *ptr = memset(void *buf, int c, size_t n)
  84. movmem( void *ptr = movmem(void *s, void *d, size_t bytes)
  85. opendir( DIR *dirhan = opendir(const char *path)
  86. perror( void perror(const char *str)
  87. pow( double a = pow(double b, double bp)
  88. printf( int n = printf(char *fmt, ...)
  89. putc( int c = putc(int c, FILE *fp)
  90. putchar( int r = putchar(int c)
  91. puts( int error = puts(const char *s)
  92. qsort( void qsort(void array, size_t numElem, size_t elemSize, int (*compare_func)(const void *arg1, const void *arg2))
  93. raise( int r = raise(int signo)
  94. rand( int n = rand(void)
  95. readdir( struct direct *entry = readdir(DIR *dirhan)
  96. realloc( void *newptr = realloc(void *oldptr, size_t bytes)
  97. remove( int error = remove(const char *filename)
  98. rename( int error = rename(const char *origname, const char *newname)
  99. rewind( void rewind(FILE *fp)
  100. rewinddir( void rewinddir(DIR *dirhan)
  101. scanf( int n = scanf(const char *ctl, ...)
  102. setbuf( void setbuf(FILE *fp, char *buf)
  103. setjmp( int r = setjmp(jmp_buf enviro)
  104. setmem( void *ptr = setmem(void *buf, size_t n, int c)
  105. setvbuf( int error = setvbuf(FILE *fp, char *buf, int mode, size_t size)
  106. signal( void (*oldfunc)(int) = signal(int signo, void (*newfunc)(int))
  107. sin( double a = sin(double b)
  108. sleep( void sleep(int n)
  109. sprintf( int n = sprintf(char *buf, char *fmt, ...)
  110. sqrt( double a = sqrt(double b)
  111. srand( void srand(unsigned int seed)
  112. sscanf( int n = sscanf(char *str, const char *ctl, ...)
  113. stat( int error = stat(const char *name, struct stat *stat_buf)
  114. stpcpy( char *ptr = stpcpy(char *d, char *s)
  115. strbpl( int num = strbpl(char **av, int max, const char *sary)
  116. strcat( char *d = strcat(char *d, const char *s)
  117. strchr( char *ptr = strchr(const char *s, int c)
  118. strcmp( int r = strcmp(const char *s1, const char *s2)
  119. strcpy( char *ptr = strcpy(char *d, char *s)
  120. strcspn( int len = strcspn(const char *s, const char *toks)
  121. strdup( char *s2 = strdup(const char *s1)
  122. strerror( const char *str = strerror(int error)
  123. strftime( size_t len = strftime(char *buf, size_t max, const char *fmt, const struct tm *tm)
  124. stricmp( int r = stricmp(const char *s1, const char *s2)
  125. strins( void strins(char *d, const char *s)
  126. strlen( int len = strlen(const char *s)
  127. strncat( char *d = strncat(char *d, const char *s, int n)
  128. strncmp( int r = strncmp(const char *s1, const char *s2, int n)
  129. strncpy( char *ptr = strncpy(char *d, const char *s, int n)
  130. strnicmp( int r = strnicmp(const char *s1, const char *s2, int n)
  131. strpbrk( char *ptr = strpbrk(const char *s, char *toks)
  132. strrchr( char *ptr = strrchr(const char *s, int c)
  133. strspn( int len = strspn(const char *s, const char *toks)
  134. strstr( char *ptr = strstr(const char *s, const char *sub)
  135. strtod( double d = strtod(const char *s, char *tp)
  136. strtok( char *arg = strtok(char *s, const char *toks)
  137. strtol( long v = strtol(const char *str, char *tail, int base)
  138. system( int r = system(const char *buf)
  139. tan( double a = tan(double b)
  140. time( time_t t = time(time_t *t)
  141. tmpfile( FILE *fp = tmpfile(void)
  142. tmpnam( char *filename = tmpnam(char *buf)
  143. tolower( int lc = tolower(int c)
  144. toupper( int lc = toupper(int c)
  145. ungetc( int r = ungetc(int c, FILE *fp)
  146. unlink( int error = unlink(char *file)
  147. vfprintf( int n = vfprintf(FILE *fp, char *fmt, va_list argvect)
  148. vprintf( int n = vprintf(char *fmt, va_list argvect)
  149. vsprintf( int n = vsprintf(char *buf, char *fmt, va_list argvect)
  150.